DisCSP.CSPLexerParser
Class Symbols

java.lang.Object
  extended byDisCSP.CSPLexerParser.Symbols

public class Symbols
extends java.lang.Object


Field Summary
static char APERTA_QUADRA
           
static char CHIUSA_QUADRA
           
static java.lang.String CONSTRAINTS
           
static char DUE_PUNTI
           
static java.lang.String EXTERNAL
           
static char MAGGIORE
           
static char MINORE
           
static char NEW_LINE
           
static int NON_CONFRONTABILE
           
static char PUNTO
           
static char SPECIAL
           
static char UGUALE
           
static java.lang.String VARIABLES
           
static char VIRGOLA
           
 
Constructor Summary
Symbols()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APERTA_QUADRA

public static final char APERTA_QUADRA
See Also:
Constant Field Values

CHIUSA_QUADRA

public static final char CHIUSA_QUADRA
See Also:
Constant Field Values

NEW_LINE

public static final char NEW_LINE
See Also:
Constant Field Values

UGUALE

public static final char UGUALE
See Also:
Constant Field Values

SPECIAL

public static final char SPECIAL
See Also:
Constant Field Values

DUE_PUNTI

public static final char DUE_PUNTI
See Also:
Constant Field Values

PUNTO

public static final char PUNTO
See Also:
Constant Field Values

VIRGOLA

public static final char VIRGOLA
See Also:
Constant Field Values

MAGGIORE

public static final char MAGGIORE
See Also:
Constant Field Values

MINORE

public static final char MINORE
See Also:
Constant Field Values

VARIABLES

public static final java.lang.String VARIABLES
See Also:
Constant Field Values

EXTERNAL

public static final java.lang.String EXTERNAL
See Also:
Constant Field Values

CONSTRAINTS

public static final java.lang.String CONSTRAINTS
See Also:
Constant Field Values

NON_CONFRONTABILE

public static final int NON_CONFRONTABILE
See Also:
Constant Field Values
Constructor Detail

Symbols

public Symbols()